GdkRGBA: Fix misspelt parameter names in docs
authorDaniel Boles <dboles@src.gnome.org>
Thu, 6 Jul 2017 13:03:08 +0000 (14:03 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 6 Jul 2017 13:03:08 +0000 (14:03 +0100)
gdk/gdkrgba.c

index b310f82552c1a01394c32c84da6506239f218f7c..8ed57686434b4f6d48ff94a88ff404929ce8b14e 100644 (file)
@@ -97,7 +97,7 @@ gdk_rgba_free (GdkRGBA *rgba)
  * Checks if an @rgba value is transparent. That is, drawing with the value
  * would not produce any change.
  *
- * Returns: %TRUE if the @rgab is clear
+ * Returns: %TRUE if the @rgba is clear
  *
  * Since: 3.90
  */
@@ -114,7 +114,7 @@ gdk_rgba_is_clear (const GdkRGBA *rgba)
  * Checks if an @rgba value is opaque. That is, drawing with the value
  * will not retain any results from previous contents.
  *
- * Returns: %TRUE if the @rgab is opaque
+ * Returns: %TRUE if the @rgba is opaque
  *
  * Since: 3.90
  */